Forum Discussion
1 Reply
- koryknickEmployee
replaceAll() is expecting a string literal, so it is looking for a period and asterisk to follow Auft.
I think what you want is the replace() method using an expression. This would be something like the following:
$title.replace(/Auft.*/g, 'Auftragge')