Skip to content

TomaszTel/MonkeyCStringParsingClass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MonkeyStringParsingClass


Function stringReplace

Replace characters in string

Function arguments:

datastring = string from which we want to remove the value.
oldString = String which we want to replace.
newString = New string.

image

We can also use Array

image

Function RemoveWordFromString


Removing characters from a string

Function arguments:

datastring = string from which we want to remove the value.
From = index beginning of deleting characters
To = End of character deletion index

image


Function DeleteFirstWordFromString

Removing first characters from a string

Function arguments:

datastring = string from which we want to remove the value.
Index = index beginning of deleting characters

image

Function DeleteLastWordFromString

Removing last characters from a string

Function arguments:

datastring = string from which we want to remove the value.
Index = index beginning of deleting characters

image

Function deleteAllNumberFromString

Removing all numbers from string

Function arguments:

datastring = string from which we want to remove the value.

image

Releases

No releases published

Packages

 
 
 

Contributors