Skip to content

Commit

Permalink
fix RegExp flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Oct 29, 2023
1 parent 6dc5502 commit c4def7f
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions folders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -979,18 +979,7 @@ RegularExpression

.. api-member::
:name: [``flags``]
:type: (`string`, optional)

RegExp Flags: :value:`i` = case insensitive, :value:`u` & :value:`v` = unicode support

Supported values:

.. api-member::
:name: :value:`i`

.. api-member::
:name: :value:`u`
:type: (string, optional)

.. api-member::
:name: :value:`v`
Supported RegExp flags: :value:`i` = case insensitive, and/or one of :value:`u` = unicode support or :value:`v` = extended unicode support)

0 comments on commit c4def7f

Please sign in to comment.