Skip to content

Instantly share code, notes, and snippets.

View bmbariah's full-sized avatar
🌍

Boniface Mbaria bmbariah

🌍
View GitHub Profile
@bmbariah
bmbariah / regex.js
Last active March 24, 2020 17:39
Safaricom Regex for Phone Numbers Prefixes Regex ~ Feb 2020
const phone_re = /^(\+){0,1}(254){0,1}(70|71|72|79)(\d{7})|(254){0,3}(740|741|742|743|745|746|748|757|758|759|768|769|110|111)(\d{6})$/;
// See test cases here
// https://regex101.com/r/vuPu6k
@bmbariah
bmbariah / bitbucket-pipelines.yml
Created November 5, 2019 08:20
Bitbucket Pipeline android upload apk to slack
image: mingc/android-build-box:1.12.0
pipelines:
branches:
master:
- step:
caches:
- gradle
- gradlewrapper
- androidavd
cat STAR_marafiki_co_ke.crt SectigoRSADomainValidationSecureServerCA.crt USERTrustRSAAddTrustCA.crt AddTrustExternalCARoot.crt > example.com.crt