[PHP-DEV] Re: RFC Concept: "Import" of simplied string manipulation and other instructions from ASP Classic

2021-09-27 Thread Daniele B via internals
Hello again, Further than going to the PHP School of Rowan, I'm truly interested to know - talking about PHP as software project - if appending these kind of simplification process to the project - on basic string manipulation and data&time instructions - is something that find any support from

[PHP-DEV] Re: RFC Concept: "Import" of simplied string man ipulation and other instructions from ASP Classic

2021-09-25 Thread Daniele B via internals
Rowan, I did the bithday party of my two years old daughter yesterday.. if I knew before I wrote you about this topic a couple of days ago to invite you all to the party.. ; )  I'm not here exacly to meet up you my github account..I also invested a good half of day about this *simplification* to

[PHP-DEV] Re: RFC Concept: "Import" of simplied string manipulation and other instructions from ASP Classic

2021-09-25 Thread Daniele B via internals
Hello David, > I can agree with you that the current ways are a bit confusing for a beginner.. You got the point of my shaking hand for simplification. Although I state you here thatas freelancer, thinking to new ideas, public web apps, finding customers, contracts,client retention.. furth

[PHP-DEV] Re: RFC Concept: "Import" of simplied string manipulation and other instructions from ASP Classic

2021-09-25 Thread Daniele B via internals
nested.. Daniele Boninihttp://github.com/par7133 -- Original Message --From: Rowan Collins Hi Daniele, On 25 September 2021 18:18:59 BST, Daniele B via internals wrote: > >Thx a lot. I try to build a list specifying when it is matter of Classic >ASP.This mailing list doesn't support a

Re: [PHP-DEV] RFC Concept: "Import" of simplied string manipulation and other instructions from ASP Classic

2021-09-25 Thread Daniele B via internals
Here we go with a list of Date and time functions: // Classic Aspfunction is_date(string $date) {}function year(?string $date) {}function month(?string $date) {}function day(?string $date) {}function hour(?string $date) {}function minute(?string $date) {}function second(?string $date) {}function

Re: [PHP-DEV] RFC Concept: "Import" of simplied string manipulation and other instructions from ASP Classic

2021-09-25 Thread Daniele B via internals
Hi Kamil, Thx a lot. I try to build a list specifying when it is matter of Classic ASP.This mailing list doesn't support a lot of code per post.. String Manipulation== function is_contraction(?string $w) {} function is_givenName(?string $w) {} function is_ucfirst(?string $s) {}