CutString7

Cuts right part of a string starting from certain occurrence of a separator until end of string.
Like CutString3 but it will return all items starting i to the end.

Edit 2025-08-07: Removing separator if found at start, for some reason we are seeing this case.
Edit 2025-07-28: Adding ability to remove separator from end if found as blank.

CodeFunctionName What is this?

Public

Tested

Original Work

Access is limited.

Login here using your Linkedin account. to see or download code.

No registration, not another password to remember, login using your Linkedin account and have access to all public codes in Boldcodes.com

Linkedin Login

CutFrom, StartFrom_ID_TillEnd, Optional Sepa = "|"

Print CutString7("some|1|have|to|say|happy|new|year|to someone", 3, "|")
"to|say|happy|new|year|to someone"

Views 297

Downloads 121

CodeID
DB ID

Codes Required 0

Similar codes

Recent 4 by ANmarAmdeen 4

Random Codes 4