1.2.18 • Published 3 years ago

define_me v1.2.18

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

define_me

License: MIT NPM Downloads Play with docs

Instructions:

npm install define_me
const define_me =  require('define_me')

If utilizing in html...:

<script src="./node_modules/define_me/index.js"></script>
<script> 
$(()=> { 
     const output =  define_me.method(parameter)
 })
</script>

Functions

capitalizeFirstLetter(string, regexp) ⇒ any

Kind: global function
Date: 2022-03-06
Author: zen-out

ParamType
stringany
regexpany

Example

let getThis = define_me.containsThis(".git", define_me.git)
console.log("🚀 ~ file: playground.js ~ line 4 ~ getThis", getThis)

containsThis(string, regexp) ⇒ any

Kind: global function
Date: 2022-03-07
Author: zen-out

ParamType
stringany
regexpany

Example

let getThis = define_me.containsThis(".git", define_me.git);
let checkDate = define_me.containsThis("March 20 2012", define_me.stringDate)
let output3 = define_me.containsThis("22:44", define_me.hhmm)
let output10 = define_me.containsThis("01/12/2022", define_me.dashDDMMYYYY)
let output11 = define_me.containsThis("2022/02/02", define_me.dashYYYYMMDD)
let output6 = define_me.containsThis("14-1-2022", define_me.hyphenDDMMYYYY)
let output7 = define_me.containsThis("13-01-2018", define_me.hyphenDDMMYYYY)
let output5 = define_me.containsThis("2019-2-10", define_me.hyphenYYYYMMDD)
let output4 = define_me.containsThis("2020-02-22", define_me.hyphenYYYYMMDD)
let output12 = define_me.containsThis("Mar 2 2019", define_me.stringDate)
let output14 = define_me.containsThis("Mar 2 2022", define_me.stringDate)
let trueThis = define_me.containsThis("digital", define_mehhmmss)
1.2.0

3 years ago

1.1.1

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.2.18

3 years ago

1.2.8

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.0.8

3 years ago

1.2.5

3 years ago

1.0.7

3 years ago

1.2.4

3 years ago

1.0.6

3 years ago

1.2.3

3 years ago

1.0.5

3 years ago

1.2.2

3 years ago

1.0.4

3 years ago

1.2.1

3 years ago

1.0.3

3 years ago

1.2.9

3 years ago

1.2.12

3 years ago

1.2.13

3 years ago

1.2.10

3 years ago

1.2.11

3 years ago

1.2.16

3 years ago

1.2.17

3 years ago

1.0.1

3 years ago