I’m trying to follow the examples for regex split but not successful:
String trying to split: AirFilter2Restriction => into Air Filter Restriction
Regex that works on regex101.com: ([A-Z]+[a-z]+)
what do I need to add for each split? I’ve tried many variations of brackets.
thanks