Search results 16

Sorted from new to old.
Card image
VBInstr_Rev_Any

Finds first match of string inside another in reverse order. From right to left ...

Card image
NumberBeforeString

Returns number if found before certain word in larger string. This can be used ...

Card image
NumberBeforeString_HTML2

Cuts a number that would be found 2 words before certain word inside a block ...

Card image
CutString_ANmaRules

Extract certain text from another text based on Rules defined, like extracting ...

Card image
ANmaSearch_AllWords_FromANStr

Checks if string has all words from ANStr inside Retuns 0 if not found or ...

Card image
VBInstr_Occurance

Returns location of text inside another with jump ability for any certain ...

Card image
CutString96_NumberBefore and After

Cuts the number found before our search word by going back certain number of ...

Card image
VBInstr_Any

Returns the index where any of the words from AnStrSearchFor found in SearchIn ...

Card image
VBInstr_Any

Search for string inside another, with ability to have multiple strings to ...

Card image
CountNumbers_inString

Returns how many numbers found inside a text

Card image
ANmaReplace_Occurrence

Replaces certain occurrence of a string with another inside a string. Like ...

Card image
ANString_Location

Finds the location of a sting inside list of strings with certain separator, or ...

Card image
VBInstr_Numeric

Finds location of 1st numeric character inside string starting from a certain ...

Card image
NumberBeforeString_HTML

Cuts a number that would be found before certain word inside a block string. ...

Card image
NumberFoundinsideTag

Checks if a number found between two characters, searching can be customized to ...

Card image
CutString3

Cuts string from a larger one based on a specific separator.