E
ExcelMonkey
Can someone tell me what this snippet of code means? What is the role of:
1) [
2) ^
3) +
4) (
Const Words As String = "[^a-z]([A-Za-z0-9$]+)"
Thanks
1) [
2) ^
3) +
4) (
Const Words As String = "[^a-z]([A-Za-z0-9$]+)"
Thanks