英語 での The regular expression の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
The regular expression includes a literal left paren() to match.
The regular expression flavor used is the wxWidgets Advanced Regular Expression style, which is similar to Perl regular expressions. .
The regular expression syntax in Ruby,^ means the beginning of line and$ means the end of line.
The regular expression section won't be considered until after all normal<Directory>s and.
Then the regular expression will match on/home/abc/public_html/abc and the corresponding<Directory> will be applied.
This method compiles the regular expression to be used when extracting context, then calls handle_query().
If the regular expression has flag g, it returns an array of all matches.
The regular expression only needs to case-insensitively match part of the name.
If the regular expression has a syntax error or another fatal error occurs, the return value is -1.
Tests the regular expression is successfully matched against the specified string.
Sets or retrieves whether the regular expression ignores cases.
Note The regular expression part"adsl" has been changed into"[achrsvx]? dsl" since September 2007.
The regular expression uses the same syntax as the Henry Spencer's"almost public domain" regular expression package.
Returns True if the regular expression is successfully matched against the specified string, or False if not.
Sets or retrieves whether the regular expression treats CR and IF separately.
Symbol. search A method that returns the index within a string that matches the regular expression.
Sets or retrieves whether the regular expression matches only whole words.
URL matching the regular expression passed to the function has been added to the external program.
Slashes are used when we know the regular expression at the code writing time- and that's the most common situation.