| extends: | Object |
|---|
Compile a regular expression pattern.
| Parameters: |
|
|---|---|
| Returns: | new regular expression object if successful, null if error occured. |
If one or more characters from the start of the subject string matches the pattern, returns a Match object. Returns null if match fails.
| Parameters: |
|
|---|---|
| Returns: | Match object if a match was found, otherwise null |
| extends: | Iterable<T> |
|---|