| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
Procedures for regular experssion. In these procedures, Java standard regular expression is available.
compiles a regular expression object.
Flags shown as follows are available.
| u | use Unicode | 
| i | case insensitive | 
| c | enable standard equivalence | 
returns #t if the object is a regular expression object.
replaces the string using the given regular expression. First occurence will be replaced.
replaces the string using the given regular expression. All occurence will be replaced.
gets the string representation of the regular expression.
transforms the string to regular expression.
matches the string by the regular expression and returns the matched values as multiple values.
matches the string by the regular expression and returns the matched values as a list.
returns #t if the string matches the regular expression.
| [ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | 
 
  This document was generated on August 9, 2012 using texi2html 5.0.