Is this challenge feasible on Regex?

A swapping-ground for Regular Expression syntax

Is this challenge feasible on Regex?

Postby VladimirVancouver » Fri Nov 16, 2018 6:31 am

Hello Internauts, this is a worthy challenge far above my head and I need help.
My purpose is
1) to breakdown a text file of 5000 words, so every single word gets isolated, and then,
2) increase font size to 48p, and
3) I need to display sequentially each word on a black backgroud for only 1/25 of a second each.
The first and second part were relatively easy (I replaced each space for a carriage return, and increased the font size) but I'm having problems to display consecutively each word at fast speed (0.250 of a second or faster)
I conjured the powershell, but I could not come up with the proper syntax.
How would you do it?

I appreciate any suggestion
VladimirVancouver
 
Posts: 1
Joined: Fri Nov 16, 2018 6:16 am

Return to Regular Expressions