Home > Back-end >  Java regular expressions
Java regular expressions

Time:05-20

Children want to say -- -- -- -- -- - A -- -- -- -- -- -, -- -- -- -- -- -- B -- -- -- -- -- --, -- -- -- -- -- - C -- -- -- -- -- -, etc.
This how to write

CodePudding user response:

[-] {6} A [-] {6}
[-] {6} B [-] {6}
C [-] [-] {6} {6}

CodePudding user response:

[-] {6} [a-z] [-] {6}

CodePudding user response:

The
reference 2 floor one to reply:
[-] {6} [a-z] [-] {6}

The minus sign it without//

CodePudding user response:

No, escape characters only useful in view of the need to escape special characters, such as \ A corresponding is \ \ A
  • Related