Commit Graph

15 Commits

Author SHA1 Message Date
Paul Hudson
b9736e13f0
Merge pull request #10 from multitudes/main
Update String.swift
2021-01-04 18:32:28 +00:00
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
Paul Hudson
a3e47aa104
Merge pull request #4 from maxbritto/master
Added ability to load data from any URLRequest
2020-06-10 11:04:49 +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
Paul Hudson
47bac1e184
Merge pull request #3 from multitudes/master
Adding  '**' operator for exponential
2020-04-03 20:59:54 +01:00
Paul Hudson
9941daa33d
Merge pull request #2 from CrEaK/master
Fixing typo in README.md
2020-04-03 20:58:17 +01:00
laurent b
5708634d06
Merge pull request #2 from multitudes/multitudes-patch--operator
Update Numeric.swift
2020-03-07 11:26:58 +01:00
laurent b
bacb79f610
Update Numeric.swift
// ------------------------------------------
// How to replicate the ** operator in Swift
//
2020-03-07 11:23:54 +01:00
laurent b
3701c108fd
Merge pull request #1 from multitudes/multitudes-patch-1
Update README.md
2020-03-01 20:47:53 +01:00
laurent b
7cabc6bd7a
Update README.md
It is shameless, but I thought this would help noobs like me. It is quasi copy and paste your remark on twitter:
'When you run "brisk meh" it creates a new directory called "meh", and puts a project in there. If you go in there and use "swift run" it will run from the command line; if you use "swift build" you'll get a finished binary you can put anywhere'.

This did help me a lot so I thought why not put it in there too.. 😅
2020-03-01 20:47:07 +01:00
Niklas Neesen
5ece034ecd
Fixing typo in README.md
Using the right file name in the regular Foundation APIs-Example
2020-02-25 14:24:32 +01:00
Paul Hudson
4b69686f75 Adding initial files. 2020-02-24 15:54:53 +00:00