Tag Archives: string functions

Javascript Replace RegEx Eval Primer Tutorial

Until I saw this great link, thanks, I’d cut off the thought of combining … replace Javascript method … using for the first parameter … a regular expression (“RegEx” in our terminology today) … meaning “replace all” as distinct from … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , , , , , , , , , , , , | Leave a comment

C File Write and Read Primer Tutorial

Today, inspired by a Yahoo Answers question (thanks) we take a look at some C code dealing with files (both writing, and then rereading) and interactive input and string functionality in the downloadable C programming code you could call filestuff.c: … Continue reading

Posted in eLearning, Tutorials | Tagged , , , , | Leave a comment