https://github.com/codingo/google-phonelib-sql-clr
A SQL CLR implementation of GooglePhoneLib allowing it to be used as a Microsoft SQL Function.
https://github.com/codingo/google-phonelib-sql-clr
Last synced: 9 months ago
JSON representation
A SQL CLR implementation of GooglePhoneLib allowing it to be used as a Microsoft SQL Function.
- Host: GitHub
- URL: https://github.com/codingo/google-phonelib-sql-clr
- Owner: codingo
- License: gpl-3.0
- Created: 2017-04-28T01:20:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T23:30:59.000Z (about 8 years ago)
- Last Synced: 2025-04-02T20:47:10.235Z (9 months ago)
- Language: C#
- Homepage:
- Size: 747 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google-Phonelib-SQL-CLR
[](https://twitter.com/codingo_)
This is a SQL CLR port of libphonenumber, originally from: http://code.google.com/p/libphonenumber/. Original Java code is Copyright (C) 2009-2011 Google Inc. Depends on VS2015 port of the library, available here: https://github.com/codingo/googlephonelibcsharp-vs2015
## Example Usage
```SELECT dbo.GooglePhoneLibSqlFunction('test')
SELECT dbo.GoogleFindNumbers('test')
SELECT dbo.GoogleIsNumberMatch('test')
SELECT dbo.GoogleIsValidNumber('test')
SELECT dbo.GoogleIsPossibleNumber('test')```