Module RegExp
Import path
import javascript
Predicates
alwaysMatchesMetaCharacter |
Holds if |
getRegExpFromNode |
Gets the AST of a regular expression that can flow to |
getRegExpObjectFromNode |
Gets the AST of a regular expression object that can flow to |
isDotAll |
Holds if |
isFullyAnchoredTerm |
Holds if |
isGenericRegExpSanitizer |
Holds if |
isGlobal |
Holds if |
isIgnoreCase |
Holds if |
isMultiline |
Holds if |
isWildcardLike |
Holds if |
maybeDotAll |
Holds if |
maybeGlobal |
Holds if |
maybeIgnoreCase |
Holds if |
maybeMultiline |
Holds if |
unknownFlag |
Gets the string |
Classes
MetaCharacter |
A character that will be analyzed by |