Removes numerals from a string.
RemoveNumbers(texts)
A string from which numerals should be removed.
RemoveNumbers
returns a string with numerals removed.
# NOT RUN {
# Create string with Persian characters and number
x <- '\u0633\u0627\u0644 \u06F1\u06F3\u06F9\u06F8'
# Remove Numbers
RemoveNumbers(x)
# }
Run the code above in your browser using DataLab