mortious
mortious
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
wups my divide by operator was backwards lol i typed \ instead of /
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
nice
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
I always hear the name but never used it lol or knew what it was
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
That's pretty cool i'll have to look into it
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
so like someone using the software. They create a step for a machine to do something and the intellisense has to pickup on those past activities so it can reference past steps
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
there are custom elements in the list
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
If I knew of a library i would.. but
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
well
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
kind of like home brew intellisense lol
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
So I can provide suggestions while people are typing
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
I am building a list of suggestions based off methods I am reflecting on in a Namespace so when anyone adds functions to that namespace it automatically picks up the new functions and their parameters
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
thanks man. it seems to be working for my purpose. I'll pop it into my code and see how it works, then I can move on to provide suggestions 🙂
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
yeah k
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
@"" ?
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
lol so many rules
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
ahh so group by?
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
reading the manual on regex but its a bit cryptic to me lol
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
so the stuff in the first [] says match this .. and the stuff in () basically says under these conditions?
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
ok so ^ says at start, * is 0 or more times and ? is at end?
51 replies
CC#
Created by mortious on 12/29/2022 in #help
❔ Regex expression to find the last occurrence in a string
wow that worked well in the https://regex101.com/ tool
51 replies