Replies to message #4,179

  • 🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
Civillian 18

Programming thread

What language are you working in? You mentioned .innerText before so I will assume HTML/JavaScript. You can do as you have mentioned here and...
Agent Sandoval

Programming thread

Some interesting facts about characters. ASCII characters are just numbers. You can (usually) directly compare characters the same way you can...
DavidS877

Programming thread

in Python it's just: mylist=re.findall(r'([A-Za-z]+)', string) >>> import re >>> print (re.findall(r'([A-Za-z]+)',"moo cows moo...
Back
Top Bottom