Process Shiny area input string

process_string_input(string_input)

Arguments

string_input

siny string

Value

processed string - no whitespace, enters, only letters and numbers

Examples

process_string_input("test string \n")
#> [1] "teststring"