RE_GREP†
Format†
RE_GREP( string , regexp )
Function†
- 処理対象文字列の正規表現とマッチする部分を全て探します。
- 結果の詳細は RE_GETSTR , RE_GETPOS , RE_GETLEN で取得します。
Arguments†
- string
- 対象の文字列。
- regexp
- 正規表現。
Return value†
- マッチする部分がある場合、1以上の数(マッチした部分の数)
- それ以外の場合、0
Related†
Version†
- YAYA: Available from the start
- Available in AYA5.8
Example†
- No example yet.
- Someone please provide one!