Skip to content
This repository was archived by the owner on Apr 14, 2021. It is now read-only.

Commit fdaeddb

Browse files
author
Mike Lewis
committed
Remove clause about long regexes in README
1 parent edbe9ea commit fdaeddb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ data found at http://www.unicode.org/cldr/.
188188
## RegExp cache / restore
189189
`Intl.js` attempts to cache and restore static RegExp properties before executing any
190190
regular expressions in order to comply with ECMA-402. This process is imperfect,
191-
and some situations are not supported. For example, you may experience errors when
192-
attempting to use `Intl.js` methods immediately after executing a regular expression
193-
against a very long input. This behavior is not strictly necessary, and is only
191+
and some situations are not supported. This behavior is not strictly necessary, and is only
194192
required if the app depends on RegExp static properties not changing (which is highly
195193
unlikely). To disable this functionality, invoke `Intl.__disableRegExpRestore()`.
196194

0 commit comments

Comments
 (0)