Closed programVeins closed 2 years ago
Add provision to get values of MatchedTokens from the StringQuantum enum. To access them, please use:
MatchedTokens
StringQuantum
yourStringQuantum.arrStr
yourStringQuantum.arrArrStr
Add provision to get values of
MatchedTokens
from theStringQuantum
enum. To access them, please use:yourStringQuantum.arrStr
to get a an array of strings type of matched tokens.yourStringQuantum.arrArrStr
to get a an array of array of strings type of matched tokens.