Commit Graph

7 Commits

Author SHA1 Message Date
laurent
46a84a64d6 new signature
for the regex now the functions name is :
func captureGroups(from regexPattern: String) -> [String]? {

and fixing some spaces and one typo.

I am sorry, I am quite new to this. Hope I did not change too much at once. Thank you
2021-01-04 19:01:40 +01:00
laurent
a827fc3c63 Update String.swift 2020-12-05 10:10:33 +01:00
Paul Hudson
e59eaea1ab
Merge pull request #6 from MartinP7r/feature-bash_cmd
Adds function for executing bash commands
2020-06-10 11:06:12 +01:00
martin
f74767e2ad Adds function for executing bash commands 2020-06-06 15:22:51 +09:00
Maxime Britto
04de722c2b Added ability to load data from any URLRequest
This allows the use of complex requests with HTTP method, headers, body, etc.
2020-04-11 15:10:11 +02:00
laurent b
bacb79f610
Update Numeric.swift
// ------------------------------------------
// How to replicate the ** operator in Swift
//
2020-03-07 11:23:54 +01:00
Paul Hudson
4b69686f75 Adding initial files. 2020-02-24 15:54:53 +00:00