Giter VIP home page Giter VIP logo

fleury's Introduction

Fleury

The design document of Fleury

Data

  • Exceptions
    • String
      • NoSuchStringException

Extensions

  • String

    • StringExtensions

      • EmptyCheck

        • bool IsEmpty(this string source, bool whiteSpace = true)
        • bool IsNotEmpty(this string source, bool whiteSpace = true)
        • string IsEmptyOrThrow(this string source, bool whiteSpace = true, Exception exception = null)
        • string IsNotEmptyOrThrow(this string source, bool whiteSpace = true, Exception exception = null)
      • JsonCheck

        • bool IsJson(this string source)
        • string IsJsonOrThrow(this string source, Exception exception = null)
        • bool IsJObject(this string source)
        • bool IsJObject(this string source, out JObject output)
        • JObject IsJObjectOrThrow(this string source, Exception exception = null)
        • bool IsJArray(this string source)
        • bool IsJArray(this string source, out JArray output)
        • JArray IsJArrayOrThrow(this string source, Exception exception = null)
      • NetworkingCheck

        • bool IsIpAddress(this string source)
        • bool IsIpAddress(this string source, out IPAddress ipAddress)
        • IPAddress IsIpAddressOrThrow(this string source, Exception exception = null)
        • bool IsHost(this string source)
        • string IsHostOrThrow(this string source, Exception exception = null)
        • bool IsUrl(this string source)
        • string IsUrlOrThrow(this string source, Exception exception = null)
      • NumberCheck

        • bool IsInt(this string source)
        • bool IsInt(this string source, out int output)
        • int IsIntOrThrow(this string source, Exception exception = null)
        • bool IsLong(this string source)
        • bool IsLong(this string source, out long output)
        • long IsLongOrThrow(this string source, Exception exception = null)
        • bool IsInteger(this string source)
        • string IsIntegerOrThrow(this string source, Exception exception = null)
      • Replacement

        • string NormalizePath(this string source, char basicSeparator = '/')
        • string Empty(this string source, string target)
      • Splitter

        • string SubStringAfter(this string source, string after, bool include = true)
        • string SubStringAfter(this string source, string after, int count, bool include = true)
        • string SubStringAfterLast(this string source, string after, bool include = true)
        • string SubStringAfterLast(this string source, string after, int count, bool include = true)

fleury's People

Contributors

sinoahpx avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.