Skip to content

Commit 1173a6e

Browse files
authored
Add documentation for nqp::fc
1 parent 02fd5f5 commit 1173a6e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/ops.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
- [encodefromcodes](#encodefromcodes)
8080
- [encodenorm](#encodenorm)
8181
- [escape](#escape)
82+
- [fc](#fc)
8283
- [findcclass](#findcclass)
8384
- [findnotcclass](#findnotcclass)
8485
- [flip](#flip)
@@ -867,6 +868,12 @@ Given a string, return an escaped version that replaces the following
867868
characters with their escaped equivalents: "\\", "\b", "\n", "\r",
868869
"\t", "\f", "\"", "\a", and "\e".
869870

871+
## fc
872+
* `fc(str $str)`
873+
874+
Returns a Unicode "fold case" operation copy of string, suitable for doing
875+
caseless string comparisons.
876+
870877
## findcclass
871878
* `findcclass(int $class, str $str, int $i, int $count)`
872879

0 commit comments

Comments
 (0)