6.34.Pattern | ||||
6.34.1. | Try out regular expressions | |||
6.34.2. | Pattern.compile('(?m)(\\S+)\\s+((\\S+)\\s+(\\S+))$').matcher | |||
6.34.3. | Displays directory listing using regular expressions | |||
6.34.4. | Pattern.compile('!!').split | |||
6.34.5. | Pattern.compile('[frb][aiu][gx]).matcher('fix the rug with bags') | |||
6.34.6. | Pattern.compile(^java, Pattern.CASE_INSENSITIVE | Pattern.MULTILINE) |